Platform Explorer / Nuxeo Platform 6.0

Operation Seam.FetchFromWorklist (UI Worklist)

Description

Get worklist content from the UI context.
Operation id Seam.FetchFromWorklist
Category Fetch
Label UI Worklist
Requires Seam
Since

Parameters

No parameters.

Signature

Inputs void
Outputs documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.FetchFromWorklist
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "Seam.FetchFromWorklist",
  "label" : "UI Worklist",
  "category" : "Fetch",
  "requires" : "Seam",
  "description" : "Get worklist content from the UI context.",
  "url" : "Seam.FetchFromWorklist",
  "signature" : [ "void", "documents" ],
  "params" : [ ]
}